3.196 \(\int \frac{(a+i a \tan (c+d x))^{3/2}}{\sqrt{\tan (c+d x)}} \, dx\)

Optimal. Leaf size=104 \[ \frac{2 \sqrt [4]{-1} a^{3/2} \tan ^{-1}\left (\frac{(-1)^{3/4} \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}+\frac{(2-2 i) a^{3/2} \tanh ^{-1}\left (\frac{(1+i) \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d} \]

[Out]

(2*(-1)^(1/4)*a^(3/2)*ArcTan[((-1)^(3/4)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d + ((2 - 2*
I)*a^(3/2)*ArcTanh[((1 + I)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d

________________________________________________________________________________________

Rubi [A]  time = 0.283038, antiderivative size = 104, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 7, integrand size = 28, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {3555, 3544, 205, 3599, 63, 217, 203} \[ \frac{2 \sqrt [4]{-1} a^{3/2} \tan ^{-1}\left (\frac{(-1)^{3/4} \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}+\frac{(2-2 i) a^{3/2} \tanh ^{-1}\left (\frac{(1+i) \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d} \]

Antiderivative was successfully verified.

[In]

Int[(a + I*a*Tan[c + d*x])^(3/2)/Sqrt[Tan[c + d*x]],x]

[Out]

(2*(-1)^(1/4)*a^(3/2)*ArcTan[((-1)^(3/4)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d + ((2 - 2*
I)*a^(3/2)*ArcTanh[((1 + I)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d

Rule 3555

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(3/2)/Sqrt[(c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dis
t[2*a, Int[Sqrt[a + b*Tan[e + f*x]]/Sqrt[c + d*Tan[e + f*x]], x], x] + Dist[b/a, Int[((b + a*Tan[e + f*x])*Sqr
t[a + b*Tan[e + f*x]])/Sqrt[c + d*Tan[e + f*x]], x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] &
& EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]

Rule 3544

Int[Sqrt[(a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]]/Sqrt[(c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[
(-2*a*b)/f, Subst[Int[1/(a*c - b*d - 2*a^2*x^2), x], x, Sqrt[c + d*Tan[e + f*x]]/Sqrt[a + b*Tan[e + f*x]]], x]
 /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 3599

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*B)/f, Subst[Int[(a + b*x)^(m - 1)*(c + d*x)^n, x], x, Tan[e + f*x
]], x] /; FreeQ[{a, b, c, d, e, f, A, B, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && EqQ[A*b + a*B,
 0]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{(a+i a \tan (c+d x))^{3/2}}{\sqrt{\tan (c+d x)}} \, dx &=i \int \frac{\sqrt{a+i a \tan (c+d x)} (i a+a \tan (c+d x))}{\sqrt{\tan (c+d x)}} \, dx+(2 a) \int \frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{\tan (c+d x)}} \, dx\\ &=-\frac{a^2 \operatorname{Subst}\left (\int \frac{1}{\sqrt{x} \sqrt{a+i a x}} \, dx,x,\tan (c+d x)\right )}{d}-\frac{\left (4 i a^3\right ) \operatorname{Subst}\left (\int \frac{1}{-i a-2 a^2 x^2} \, dx,x,\frac{\sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}\\ &=\frac{(2-2 i) a^{3/2} \tanh ^{-1}\left (\frac{(1+i) \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}-\frac{\left (2 a^2\right ) \operatorname{Subst}\left (\int \frac{1}{\sqrt{a+i a x^2}} \, dx,x,\sqrt{\tan (c+d x)}\right )}{d}\\ &=\frac{(2-2 i) a^{3/2} \tanh ^{-1}\left (\frac{(1+i) \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}-\frac{\left (2 a^2\right ) \operatorname{Subst}\left (\int \frac{1}{1-i a x^2} \, dx,x,\frac{\sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}\\ &=\frac{2 \sqrt [4]{-1} a^{3/2} \tan ^{-1}\left (\frac{(-1)^{3/4} \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}+\frac{(2-2 i) a^{3/2} \tanh ^{-1}\left (\frac{(1+i) \sqrt{a} \sqrt{\tan (c+d x)}}{\sqrt{a+i a \tan (c+d x)}}\right )}{d}\\ \end{align*}

Mathematica [B]  time = 1.81048, size = 255, normalized size = 2.45 \[ -\frac{i a e^{-i (c+d x)} \sqrt{-1+e^{2 i (c+d x)}} \sqrt{\frac{a e^{2 i (c+d x)}}{1+e^{2 i (c+d x)}}} \left (8 \log \left (\sqrt{-1+e^{2 i (c+d x)}}+e^{i (c+d x)}\right )+\sqrt{2} \left (\log \left (2 \sqrt{2} e^{i (c+d x)} \sqrt{-1+e^{2 i (c+d x)}}-3 e^{2 i (c+d x)}+1\right )-\log \left (-2 \sqrt{2} e^{i (c+d x)} \sqrt{-1+e^{2 i (c+d x)}}-3 e^{2 i (c+d x)}+1\right )\right )\right )}{2 \sqrt{2} d \sqrt{-\frac{i \left (-1+e^{2 i (c+d x)}\right )}{1+e^{2 i (c+d x)}}}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + I*a*Tan[c + d*x])^(3/2)/Sqrt[Tan[c + d*x]],x]

[Out]

((-I/2)*a*Sqrt[-1 + E^((2*I)*(c + d*x))]*Sqrt[(a*E^((2*I)*(c + d*x)))/(1 + E^((2*I)*(c + d*x)))]*(8*Log[E^(I*(
c + d*x)) + Sqrt[-1 + E^((2*I)*(c + d*x))]] + Sqrt[2]*(-Log[1 - 3*E^((2*I)*(c + d*x)) - 2*Sqrt[2]*E^(I*(c + d*
x))*Sqrt[-1 + E^((2*I)*(c + d*x))]] + Log[1 - 3*E^((2*I)*(c + d*x)) + 2*Sqrt[2]*E^(I*(c + d*x))*Sqrt[-1 + E^((
2*I)*(c + d*x))]])))/(Sqrt[2]*d*E^(I*(c + d*x))*Sqrt[((-I)*(-1 + E^((2*I)*(c + d*x))))/(1 + E^((2*I)*(c + d*x)
))])

________________________________________________________________________________________

Maple [B]  time = 0.045, size = 324, normalized size = 3.1 \begin{align*}{\frac{{a}^{2}}{2\,d}\sqrt{a \left ( 1+i\tan \left ( dx+c \right ) \right ) }\sqrt{\tan \left ( dx+c \right ) } \left ( i\sqrt{2}\ln \left ({\frac{1}{\tan \left ( dx+c \right ) +i} \left ( 2\,\sqrt{2}\sqrt{-ia}\sqrt{a\tan \left ( dx+c \right ) \left ( 1+i\tan \left ( dx+c \right ) \right ) }-ia+3\,a\tan \left ( dx+c \right ) \right ) } \right ) \sqrt{ia}+4\,i\ln \left ({\frac{1}{2} \left ( 2\,ia\tan \left ( dx+c \right ) +2\,\sqrt{a\tan \left ( dx+c \right ) \left ( 1+i\tan \left ( dx+c \right ) \right ) }\sqrt{ia}+a \right ){\frac{1}{\sqrt{ia}}}} \right ) \sqrt{-ia}-\sqrt{2}\ln \left ({\frac{1}{\tan \left ( dx+c \right ) +i} \left ( 2\,\sqrt{2}\sqrt{-ia}\sqrt{a\tan \left ( dx+c \right ) \left ( 1+i\tan \left ( dx+c \right ) \right ) }-ia+3\,a\tan \left ( dx+c \right ) \right ) } \right ) \sqrt{ia}-2\,\sqrt{-ia}\ln \left ( 1/2\,{\frac{2\,ia\tan \left ( dx+c \right ) +2\,\sqrt{a\tan \left ( dx+c \right ) \left ( 1+i\tan \left ( dx+c \right ) \right ) }\sqrt{ia}+a}{\sqrt{ia}}} \right ) \right ){\frac{1}{\sqrt{a\tan \left ( dx+c \right ) \left ( 1+i\tan \left ( dx+c \right ) \right ) }}}{\frac{1}{\sqrt{-ia}}}{\frac{1}{\sqrt{ia}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+I*a*tan(d*x+c))^(3/2)/tan(d*x+c)^(1/2),x)

[Out]

1/2/d*(a*(1+I*tan(d*x+c)))^(1/2)*tan(d*x+c)^(1/2)*a^2*(I*2^(1/2)*ln((2*2^(1/2)*(-I*a)^(1/2)*(a*tan(d*x+c)*(1+I
*tan(d*x+c)))^(1/2)-I*a+3*a*tan(d*x+c))/(tan(d*x+c)+I))*(I*a)^(1/2)+4*I*ln(1/2*(2*I*a*tan(d*x+c)+2*(a*tan(d*x+
c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2))*(-I*a)^(1/2)-2^(1/2)*ln((2*2^(1/2)*(-I*a)^(1/2)*(a*tan(
d*x+c)*(1+I*tan(d*x+c)))^(1/2)-I*a+3*a*tan(d*x+c))/(tan(d*x+c)+I))*(I*a)^(1/2)-2*(-I*a)^(1/2)*ln(1/2*(2*I*a*ta
n(d*x+c)+2*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2)))/(a*tan(d*x+c)*(1+I*tan(d*x+c)))^
(1/2)/(I*a)^(1/2)/(-I*a)^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (i \, a \tan \left (d x + c\right ) + a\right )}^{\frac{3}{2}}}{\sqrt{\tan \left (d x + c\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(3/2)/tan(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate((I*a*tan(d*x + c) + a)^(3/2)/sqrt(tan(d*x + c)), x)

________________________________________________________________________________________

Fricas [B]  time = 2.40098, size = 1338, normalized size = 12.87 \begin{align*} \frac{1}{2} \, \sqrt{-\frac{8 i \, a^{3}}{d^{2}}} \log \left (\frac{{\left (2 \, \sqrt{2}{\left (a e^{\left (2 i \, d x + 2 i \, c\right )} + a\right )} \sqrt{\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} \sqrt{\frac{-i \, e^{\left (2 i \, d x + 2 i \, c\right )} + i}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (i \, d x + i \, c\right )} + \sqrt{-\frac{8 i \, a^{3}}{d^{2}}} d e^{\left (2 i \, d x + 2 i \, c\right )}\right )} e^{\left (-2 i \, d x - 2 i \, c\right )}}{2 \, a}\right ) - \frac{1}{2} \, \sqrt{-\frac{8 i \, a^{3}}{d^{2}}} \log \left (\frac{{\left (2 \, \sqrt{2}{\left (a e^{\left (2 i \, d x + 2 i \, c\right )} + a\right )} \sqrt{\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} \sqrt{\frac{-i \, e^{\left (2 i \, d x + 2 i \, c\right )} + i}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (i \, d x + i \, c\right )} - \sqrt{-\frac{8 i \, a^{3}}{d^{2}}} d e^{\left (2 i \, d x + 2 i \, c\right )}\right )} e^{\left (-2 i \, d x - 2 i \, c\right )}}{2 \, a}\right ) - \frac{1}{2} \, \sqrt{-\frac{4 i \, a^{3}}{d^{2}}} \log \left (\frac{{\left (\sqrt{2}{\left (a e^{\left (2 i \, d x + 2 i \, c\right )} + a\right )} \sqrt{\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} \sqrt{\frac{-i \, e^{\left (2 i \, d x + 2 i \, c\right )} + i}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (i \, d x + i \, c\right )} + \sqrt{-\frac{4 i \, a^{3}}{d^{2}}} d e^{\left (2 i \, d x + 2 i \, c\right )}\right )} e^{\left (-2 i \, d x - 2 i \, c\right )}}{a}\right ) + \frac{1}{2} \, \sqrt{-\frac{4 i \, a^{3}}{d^{2}}} \log \left (\frac{{\left (\sqrt{2}{\left (a e^{\left (2 i \, d x + 2 i \, c\right )} + a\right )} \sqrt{\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} \sqrt{\frac{-i \, e^{\left (2 i \, d x + 2 i \, c\right )} + i}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (i \, d x + i \, c\right )} - \sqrt{-\frac{4 i \, a^{3}}{d^{2}}} d e^{\left (2 i \, d x + 2 i \, c\right )}\right )} e^{\left (-2 i \, d x - 2 i \, c\right )}}{a}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(3/2)/tan(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

1/2*sqrt(-8*I*a^3/d^2)*log(1/2*(2*sqrt(2)*(a*e^(2*I*d*x + 2*I*c) + a)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((
-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1))*e^(I*d*x + I*c) + sqrt(-8*I*a^3/d^2)*d*e^(2*I*d*x + 2*I
*c))*e^(-2*I*d*x - 2*I*c)/a) - 1/2*sqrt(-8*I*a^3/d^2)*log(1/2*(2*sqrt(2)*(a*e^(2*I*d*x + 2*I*c) + a)*sqrt(a/(e
^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1))*e^(I*d*x + I*c) - sqrt(-
8*I*a^3/d^2)*d*e^(2*I*d*x + 2*I*c))*e^(-2*I*d*x - 2*I*c)/a) - 1/2*sqrt(-4*I*a^3/d^2)*log((sqrt(2)*(a*e^(2*I*d*
x + 2*I*c) + a)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1))
*e^(I*d*x + I*c) + sqrt(-4*I*a^3/d^2)*d*e^(2*I*d*x + 2*I*c))*e^(-2*I*d*x - 2*I*c)/a) + 1/2*sqrt(-4*I*a^3/d^2)*
log((sqrt(2)*(a*e^(2*I*d*x + 2*I*c) + a)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(
e^(2*I*d*x + 2*I*c) + 1))*e^(I*d*x + I*c) - sqrt(-4*I*a^3/d^2)*d*e^(2*I*d*x + 2*I*c))*e^(-2*I*d*x - 2*I*c)/a)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))**(3/2)/tan(d*x+c)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.37221, size = 117, normalized size = 1.12 \begin{align*} -\frac{2 \, \sqrt{-2 \,{\left (i \, a \tan \left (d x + c\right ) + a\right )} a + 2 \, a^{2}}{\left (i \, a \tan \left (d x + c\right ) + a\right )} a \log \left (\sqrt{i \, a \tan \left (d x + c\right ) + a}\right )}{-\left (i - 1\right ) \,{\left (i \, a \tan \left (d x + c\right ) + a\right )}^{2} + \left (3 i - 3\right ) \,{\left (i \, a \tan \left (d x + c\right ) + a\right )} a - \left (2 i - 2\right ) \, a^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(3/2)/tan(d*x+c)^(1/2),x, algorithm="giac")

[Out]

-2*sqrt(-2*(I*a*tan(d*x + c) + a)*a + 2*a^2)*(I*a*tan(d*x + c) + a)*a*log(sqrt(I*a*tan(d*x + c) + a))/(-(I - 1
)*(I*a*tan(d*x + c) + a)^2 + (3*I - 3)*(I*a*tan(d*x + c) + a)*a - (2*I - 2)*a^2)